[INFO] cloning repository https://github.com/adamtheturtle/strict-kwargs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adamtheturtle/strict-kwargs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamtheturtle%2Fstrict-kwargs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamtheturtle%2Fstrict-kwargs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aed661bb3720879ffd98777d2296eae6ce81b18f
[INFO] fixing adamtheturtle/strict-kwargs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamtheturtle%2Fstrict-kwargs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/adamtheturtle/strict-kwargs
[INFO] finished tweaking git repo https://github.com/adamtheturtle/strict-kwargs
[INFO] tweaked toml for git repo https://github.com/adamtheturtle/strict-kwargs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adamtheturtle/strict-kwargs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adamtheturtle/strict-kwargs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded get-size2 v0.7.4
[INFO] [stderr]   Downloaded get-size-derive2 v0.7.4
[INFO] [stderr]   Downloaded ordermap v1.2.0
[INFO] [stderr]   Downloaded rustpython-ruff_text_size v0.15.8
[INFO] [stderr]   Downloaded mimalloc v0.1.52
[INFO] [stderr]   Downloaded rustpython-ruff_source_file v0.15.8
[INFO] [stderr]   Downloaded rustpython-ruff_python_trivia v0.15.8
[INFO] [stderr]   Downloaded rustpython-ruff_python_ast v0.15.8
[INFO] [stderr]   Downloaded nix v0.31.3
[INFO] [stderr]   Downloaded rustpython-ruff_python_parser v0.15.8
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe
[INFO] running `Command { std: "docker" "start" "06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking statrs v0.18.0
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking condtype v1.3.0
[INFO] [stderr]    Compiling codspeed-divan-compat v4.6.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking ordermap v1.2.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]    Compiling codspeed v4.6.0
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking ignore v0.4.26
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling unicode_names2_generator v1.3.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]    Compiling unicode_names2 v1.3.0
[INFO] [stderr]     Checking mimalloc v0.1.52
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling divan-macros v0.1.17
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]    Compiling codspeed-divan-compat-macros v4.6.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]    Compiling get-size-derive2 v0.7.4
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking get-size2 v0.7.4
[INFO] [stderr]     Checking rustpython-ruff_text_size v0.15.8
[INFO] [stderr]     Checking rustpython-ruff_source_file v0.15.8
[INFO] [stderr]     Checking rustpython-ruff_python_trivia v0.15.8
[INFO] [stderr]     Checking rustpython-ruff_python_ast v0.15.8
[INFO] [stderr]     Checking codspeed-divan-compat-walltime v4.6.0
[INFO] [stderr]     Checking rustpython-ruff_python_parser v0.15.8
[INFO] [stderr]     Checking strict-kwargs v2026.6.8-post.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe", kill_on_drop: false }`
[INFO] [stdout] 06ebde88b35cf10d75882ed4db340d307936bcacb1a4c306208873c0065f7abe
